group_tt
{tinytable}
Grouping in tinytable
mutate
{dplyr}
Create new variables
read.csv
{utils}
Read a csv file to data frame. Specify stringsAsFactors = FALSE to keep all string columns as characters
list
{base}
Create a list object
coeftest
{lmtest}
Inference for Estimated Coefficients
log
{base}
log (default base = e)
vcovSCC
{plm}
Computes Driscoll and Kraay (SCC) robust covariance matrix estimators for panel models
group_by
{dplyr}
Group tibble/data.frame by a factor variable. All further tidyverse operations are performed group-wise
library
{base}
Load an R package
c
{base}
Combine values/vectors into a vector
plm
{plm}
Estimates linear panel data models (fixed effects, random effects, pooling, between, first-differences)
ungroup
{dplyr}
Resolve grouping created with “group_by”
lag
{dplyr}
Shift values in a vector or time series
pdata.frame
{plm}
Creates a panel data frame, the data structure used by the plm package for panel/longitudinal data
modelsummary
{modelsummary}
Creates regression and data tables
arrange
{dplyr}
Sort values of data frame according to a variable/combination of variables
The end!